home *** CD-ROM | disk | FTP | other *** search
- on mouseWithin
- cursor(280)
- member("Install").foreColor = 70
- put "Click to install this software title to your hard drive" into member "InfoField"
- end
-
- on mouseLeave
- cursor(0)
- member("Install").foreColor = 255
- put EMPTY into member "InfoField"
- end
-
- on mouseUp
- if the platform contains "Windows" then
- open(the moviePath & "PCSoftware\Shockwave Flash Installer\Shockwave_Installer_Full.exe")
- else
- if the platform contains "Macintosh" then
- open(the moviePath & "MacSoftware:Shockwave Installer")
- end if
- end if
- end
-